runtime.listNodeManual.prev (field)
8 uses
runtime (current package)
list_manual.go#L53: prev uintptr
list_manual.go#L89: headNode.prev = uintptr(p)
list_manual.go#L114: headNode.prev = 0
list_manual.go#L129: prevNode := head.getNode(unsafe.Pointer(pNode.prev))
list_manual.go#L138: nextNode.prev = pNode.prev
list_manual.go#L141: pNode.prev = 0
proc.go#L7233: if mp.idleNode.prev == 0 && mp.idleNode.next == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |